home *** CD-ROM | disk | FTP | other *** search
- Enclosure: suites.tableTravel.pkg
-
-
- About TableTravel
- -----------------
-
- In the last few days we've had a bunch of questions from script writers, for
- the first time, about navigating complex structures of Frontier object database
- tables. It's clear that a sample script that illustrates table traversals
- would be useful to script writers, so here it is╔
-
- Check out the script in tableTravel.script. It asks you for the name of a
- state, enter the full state name. The script then traverses the table structure
- in the states sub-table looking for a cell with the same value as the state
- name you entered. It reports the name of the table that contains the state.
-
- Heavy use is made of the @, ^ and [ ] operators. See the UserTalk Reference
- Guide, pages 22-23, for details on how these operators work.
-
-
-
-
- Author: EL.GRANDE
-